﻿2026-07-26T22:25:56.1394866Z ##[group]Run set -euo pipefail
2026-07-26T22:25:56.1395167Z [36;1mset -euo pipefail[0m
2026-07-26T22:25:56.1395372Z [36;1mPIN=0c95435[0m
2026-07-26T22:25:56.1395576Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-26T22:25:56.1395829Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-26T22:25:56.1396157Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-26T22:25:56.1396553Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-26T22:25:56.1396973Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-26T22:25:56.1397317Z [36;1m  rm -rf "$CACHE"[0m
2026-07-26T22:25:56.1397549Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-26T22:25:56.1397820Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-26T22:25:56.1398147Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-26T22:25:56.1398471Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-26T22:25:56.1398734Z [36;1mfi[0m
2026-07-26T22:25:56.1399096Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-26T22:25:56.1413529Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-26T22:25:56.1414024Z env:
2026-07-26T22:25:56.1414260Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-26T22:25:56.1414527Z ##[endgroup]
2026-07-26T22:25:56.4375289Z    Compiling proc-macro2 v1.0.106
2026-07-26T22:25:56.4375888Z    Compiling unicode-ident v1.0.24
2026-07-26T22:25:56.4376306Z    Compiling quote v1.0.45
2026-07-26T22:25:56.4376645Z    Compiling libc v0.2.186
2026-07-26T22:25:56.4376997Z    Compiling serde_core v1.0.228
2026-07-26T22:25:56.4377312Z    Compiling cfg-if v1.0.4
2026-07-26T22:25:56.4377541Z    Compiling serde v1.0.228
2026-07-26T22:25:56.4421522Z    Compiling log v0.4.32
2026-07-26T22:25:56.4479979Z    Compiling pin-project-lite v0.2.17
2026-07-26T22:25:56.4519036Z    Compiling typenum v1.20.1
2026-07-26T22:25:56.4559786Z    Compiling portable-atomic v1.13.1
2026-07-26T22:25:56.4671362Z    Compiling version_check v0.9.5
2026-07-26T22:25:56.4732059Z    Compiling memchr v2.8.1
2026-07-26T22:25:56.4733717Z    Compiling critical-section v1.2.0
2026-07-26T22:25:56.4735041Z    Compiling shlex v2.0.1
2026-07-26T22:25:56.5099992Z    Compiling find-msvc-tools v0.1.9
2026-07-26T22:25:56.5328222Z    Compiling subtle v2.6.1
2026-07-26T22:25:56.5478025Z    Compiling futures-core v0.3.32
2026-07-26T22:25:56.6212103Z    Compiling bytes v1.11.1
2026-07-26T22:25:56.6905100Z    Compiling smallvec v1.15.1
2026-07-26T22:25:56.7110098Z    Compiling equivalent v1.0.2
2026-07-26T22:25:56.7316154Z    Compiling itoa v1.0.18
2026-07-26T22:25:56.7413428Z    Compiling semver v1.0.28
2026-07-26T22:25:56.8221738Z    Compiling stable_deref_trait v1.2.1
2026-07-26T22:25:56.8259637Z    Compiling slab v0.4.12
2026-07-26T22:25:56.8501280Z    Compiling futures-sink v0.3.32
2026-07-26T22:25:56.8522253Z    Compiling futures-io v0.3.32
2026-07-26T22:25:56.8940814Z    Compiling futures-task v0.3.32
2026-07-26T22:25:56.9370839Z    Compiling futures-channel v0.3.32
2026-07-26T22:25:56.9530951Z    Compiling rand_core v0.10.1
2026-07-26T22:25:56.9610477Z    Compiling generic-array v0.14.7
2026-07-26T22:25:57.0060827Z    Compiling hashbrown v0.17.1
2026-07-26T22:25:57.0360636Z    Compiling rustversion v1.0.22
2026-07-26T22:25:57.1091092Z    Compiling rustc_version v0.4.1
2026-07-26T22:25:57.1700839Z    Compiling bitflags v2.12.1
2026-07-26T22:25:57.1861480Z    Compiling cpufeatures v0.2.17
2026-07-26T22:25:57.2010499Z    Compiling getrandom v0.4.2
2026-07-26T22:25:57.2299400Z    Compiling fnv v1.0.7
2026-07-26T22:25:57.2390406Z    Compiling strsim v0.11.1
2026-07-26T22:25:57.2471253Z    Compiling cfg_aliases v0.2.1
2026-07-26T22:25:57.2850432Z    Compiling writeable v0.6.3
2026-07-26T22:25:57.3070384Z    Compiling litemap v0.8.2
2026-07-26T22:25:57.3138676Z    Compiling fs_extra v1.3.0
2026-07-26T22:25:57.4730624Z    Compiling dunce v1.0.5
2026-07-26T22:25:57.4860715Z    Compiling ident_case v1.0.1
2026-07-26T22:25:57.5050641Z    Compiling icu_properties_data v2.2.0
2026-07-26T22:25:57.5052041Z    Compiling icu_normalizer_data v2.2.0
2026-07-26T22:25:57.5542572Z    Compiling utf8_iter v1.0.4
2026-07-26T22:25:57.5781143Z    Compiling percent-encoding v2.3.2
2026-07-26T22:25:57.6145577Z    Compiling autocfg v1.5.1
2026-07-26T22:25:57.6780591Z    Compiling http v1.4.1
2026-07-26T22:25:57.6970872Z    Compiling aws-lc-rs v1.17.0
2026-07-26T22:25:57.7280692Z    Compiling thiserror v2.0.18
2026-07-26T22:25:57.7920284Z    Compiling syn v2.0.117
2026-07-26T22:25:57.8531929Z    Compiling indexmap v2.14.0
2026-07-26T22:25:57.8533757Z    Compiling unicode-segmentation v1.13.3
2026-07-26T22:25:57.8787471Z    Compiling cpufeatures v0.3.0
2026-07-26T22:25:57.9050558Z    Compiling scopeguard v1.2.0
2026-07-26T22:25:57.9314810Z    Compiling form_urlencoded v1.2.2
2026-07-26T22:25:57.9403558Z    Compiling untrusted v0.9.0
2026-07-26T22:25:57.9761066Z    Compiling chacha20 v0.10.0
2026-07-26T22:25:57.9820951Z    Compiling lock_api v0.4.14
2026-07-26T22:25:57.9951090Z    Compiling rustls v0.23.40
2026-07-26T22:25:58.0699136Z    Compiling heck v0.5.0
2026-07-26T22:25:58.1052632Z    Compiling atomic-waker v1.1.2
2026-07-26T22:25:58.1270730Z    Compiling anyhow v1.0.102
2026-07-26T22:25:58.2228415Z    Compiling const-oid v0.10.2
2026-07-26T22:25:58.2250700Z    Compiling unicode-xid v0.2.6
2026-07-26T22:25:58.2339771Z    Compiling httparse v1.10.1
2026-07-26T22:25:58.2581365Z    Compiling parking_lot_core v0.9.12
2026-07-26T22:25:58.2750814Z    Compiling jobserver v0.1.34
2026-07-26T22:25:58.3253975Z    Compiling zerocopy v0.8.50
2026-07-26T22:25:58.3317144Z    Compiling paste v1.0.15
2026-07-26T22:25:58.3400929Z    Compiling num-traits v0.2.19
2026-07-26T22:25:58.3771960Z    Compiling hybrid-array v0.4.12
2026-07-26T22:25:58.4900979Z    Compiling convert_case v0.10.0
2026-07-26T22:25:58.5209758Z    Compiling curve25519-dalek v4.1.3
2026-07-26T22:25:58.5491319Z    Compiling cc v1.2.63
2026-07-26T22:25:58.5850968Z    Compiling ahash v0.8.12
2026-07-26T22:25:58.6141108Z    Compiling either v1.16.0
2026-07-26T22:25:58.6832337Z    Compiling fastrand v2.4.1
2026-07-26T22:25:58.7268420Z    Compiling powerfmt v0.2.0
2026-07-26T22:25:58.7711982Z    Compiling mio v1.2.1
2026-07-26T22:25:58.7875178Z    Compiling socket2 v0.6.4
2026-07-26T22:25:58.8108917Z    Compiling crypto-common v0.1.7
2026-07-26T22:25:58.8180824Z    Compiling getrandom v0.2.17
2026-07-26T22:25:58.8693386Z    Compiling block-buffer v0.10.4
2026-07-26T22:25:58.9389634Z    Compiling http-body v1.0.1
2026-07-26T22:25:58.9540647Z    Compiling base64ct v1.8.3
2026-07-26T22:25:58.9778788Z    Compiling digest v0.10.7
2026-07-26T22:25:58.9843335Z    Compiling rand_core v0.6.4
2026-07-26T22:25:58.9960692Z    Compiling deranged v0.5.8
2026-07-26T22:25:59.0229531Z    Compiling rand v0.10.1
2026-07-26T22:25:59.0391068Z    Compiling uuid v1.23.2
2026-07-26T22:25:59.2820635Z    Compiling try-lock v0.2.5
2026-07-26T22:25:59.3640564Z    Compiling pem-rfc7468 v1.0.0
2026-07-26T22:25:59.3800492Z    Compiling num-conv v0.2.2
2026-07-26T22:25:59.4150655Z    Compiling zmij v1.0.21
2026-07-26T22:25:59.4840537Z    Compiling base64 v0.22.1
2026-07-26T22:25:59.5280795Z    Compiling time-core v0.1.8
2026-07-26T22:25:59.5440591Z    Compiling tinyvec_macros v0.1.1
2026-07-26T22:25:59.5700585Z    Compiling data-encoding v2.11.0
2026-07-26T22:25:59.5960446Z    Compiling vcpkg v0.2.15
2026-07-26T22:25:59.6160449Z    Compiling pkg-config v0.3.33
2026-07-26T22:25:59.6299211Z    Compiling tower-service v0.3.3
2026-07-26T22:25:59.6540899Z    Compiling tinyvec v1.11.0
2026-07-26T22:25:59.7460704Z    Compiling parking_lot v0.12.5
2026-07-26T22:25:59.7602530Z    Compiling want v0.3.1
2026-07-26T22:25:59.8500486Z    Compiling cmake v0.1.58
2026-07-26T22:25:59.8670388Z    Compiling sha2 v0.10.9
2026-07-26T22:25:59.9543598Z    Compiling crypto-common v0.2.2
2026-07-26T22:25:59.9930902Z    Compiling block-buffer v0.12.0
2026-07-26T22:26:00.0850392Z    Compiling inout v0.1.4
2026-07-26T22:26:00.1345579Z    Compiling vergen-lib v9.1.0
2026-07-26T22:26:00.1357636Z    Compiling n0-future v0.3.2
2026-07-26T22:26:00.1530554Z    Compiling serde_json v1.0.150
2026-07-26T22:26:00.2249237Z    Compiling spin v0.10.0
2026-07-26T22:26:00.2516234Z    Compiling crossbeam-utils v0.8.21
2026-07-26T22:26:00.3167860Z    Compiling diatomic-waker v0.2.3
2026-07-26T22:26:00.3410112Z    Compiling parking v2.2.1
2026-07-26T22:26:00.3450735Z    Compiling httpdate v1.0.3
2026-07-26T22:26:00.3773010Z    Compiling signature v2.2.0
2026-07-26T22:26:00.4280963Z    Compiling cordyceps v0.3.4
2026-07-26T22:26:00.4890660Z    Compiling winnow v1.0.3
2026-07-26T22:26:00.4960335Z    Compiling ed25519 v2.2.3
2026-07-26T22:26:00.5030425Z    Compiling futures-lite v2.6.1
2026-07-26T22:26:00.5470435Z    Compiling cipher v0.4.4
2026-07-26T22:26:00.5630745Z    Compiling netlink-packet-core v0.8.1
2026-07-26T22:26:00.6050558Z    Compiling universal-hash v0.5.1
2026-07-26T22:26:00.6934057Z    Compiling vergen-lib v0.1.6
2026-07-26T22:26:00.7140553Z    Compiling vergen v9.1.0
2026-07-26T22:26:00.7243501Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-26T22:26:00.7427181Z    Compiling heapless v0.7.17
2026-07-26T22:26:00.7719210Z    Compiling aws-lc-sys v0.41.0
2026-07-26T22:26:00.7853696Z    Compiling ring v0.17.14
2026-07-26T22:26:00.7990663Z    Compiling libsqlite3-sys v0.30.1
2026-07-26T22:26:00.8833082Z    Compiling futures-buffered v0.2.13
2026-07-26T22:26:00.9000855Z    Compiling noq-udp v0.10.0
2026-07-26T22:26:00.9070842Z    Compiling sync_wrapper v1.0.2
2026-07-26T22:26:00.9471243Z    Compiling byteorder v1.5.0
2026-07-26T22:26:00.9650980Z    Compiling opaque-debug v0.3.1
2026-07-26T22:26:00.9742338Z    Compiling allocator-api2 v0.2.21
2026-07-26T22:26:00.9815753Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-26T22:26:01.0269293Z    Compiling polyval v0.6.2
2026-07-26T22:26:01.0605901Z    Compiling digest v0.11.3
2026-07-26T22:26:01.1448897Z    Compiling hash32 v0.2.1
2026-07-26T22:26:01.2800739Z    Compiling vergen-gitcl v1.0.8
2026-07-26T22:26:01.3085861Z    Compiling spin v0.9.8
2026-07-26T22:26:01.3590713Z    Compiling ryu v1.0.23
2026-07-26T22:26:01.3901325Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-26T22:26:01.4894751Z    Compiling fallible-iterator v0.3.0
2026-07-26T22:26:01.5030603Z    Compiling tower-layer v0.3.3
2026-07-26T22:26:01.5380172Z    Compiling signature v3.0.0
2026-07-26T22:26:01.5511480Z    Compiling num_threads v0.1.7
2026-07-26T22:26:01.6238537Z    Compiling ghash v0.5.1
2026-07-26T22:26:01.7001960Z    Compiling time v0.3.47
2026-07-26T22:26:01.7085612Z    Compiling sha2 v0.11.0-rc.5
2026-07-26T22:26:01.7185334Z    Compiling aes v0.8.4
2026-07-26T22:26:01.7302783Z    Compiling ctr v0.9.2
2026-07-26T22:26:01.7730901Z    Compiling http-body-util v0.1.3
2026-07-26T22:26:01.7798769Z    Compiling aead v0.5.2
2026-07-26T22:26:01.9150535Z    Compiling fs2 v0.4.3
2026-07-26T22:26:01.9295163Z    Compiling utf8parse v0.2.2
2026-07-26T22:26:01.9555755Z    Compiling openssl-probe v0.2.1
2026-07-26T22:26:02.0266925Z    Compiling arrayvec v0.7.6
2026-07-26T22:26:02.0270707Z    Compiling crossbeam-channel v0.5.15
2026-07-26T22:26:02.0661550Z    Compiling crossbeam-epoch v0.9.18
2026-07-26T22:26:02.1062369Z    Compiling netlink-packet-route v0.29.0
2026-07-26T22:26:02.1735543Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-26T22:26:02.2630314Z    Compiling blake3 v1.8.5
2026-07-26T22:26:02.2877143Z    Compiling aes-gcm v0.10.3
2026-07-26T22:26:02.2980385Z    Compiling memoffset v0.6.5
2026-07-26T22:26:02.4751367Z    Compiling acto v0.8.2
2026-07-26T22:26:02.5090731Z    Compiling netwatch v0.16.0
2026-07-26T22:26:02.5231017Z    Compiling noq v0.18.0
2026-07-26T22:26:02.5384485Z    Compiling thiserror v1.0.69
2026-07-26T22:26:02.5914347Z    Compiling sorted-index-buffer v0.2.1
2026-07-26T22:26:02.7089515Z    Compiling xml-rs v0.8.28
2026-07-26T22:26:02.7376535Z    Compiling rustix v1.1.4
2026-07-26T22:26:02.7379911Z    Compiling tagptr v0.2.0
2026-07-26T22:26:02.7571377Z    Compiling mac-addr v0.3.0
2026-07-26T22:26:02.7696238Z    Compiling foldhash v0.2.0
2026-07-26T22:26:02.8522644Z    Compiling identity-hash v0.1.0
2026-07-26T22:26:02.8933916Z    Compiling synstructure v0.13.2
2026-07-26T22:26:02.9381118Z    Compiling darling_core v0.20.11
2026-07-26T22:26:02.9617364Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-26T22:26:02.9707375Z    Compiling ref-cast v1.0.25
2026-07-26T22:26:03.0984532Z    Compiling lru-slab v0.1.2
2026-07-26T22:26:03.1930761Z    Compiling rustc-hash v2.1.2
2026-07-26T22:26:03.2927087Z    Compiling hashbrown v0.16.1
2026-07-26T22:26:03.3109677Z    Compiling serde_derive_internals v0.29.1
2026-07-26T22:26:03.4910719Z    Compiling netlink-packet-route v0.30.0
2026-07-26T22:26:03.5614380Z    Compiling xmltree v0.10.3
2026-07-26T22:26:03.7879513Z    Compiling serial-core v0.4.0
2026-07-26T22:26:03.9620634Z    Compiling proc-macro-crate v3.5.0
2026-07-26T22:26:03.9871368Z    Compiling ioctl-rs v0.1.6
2026-07-26T22:26:04.0919946Z    Compiling errno v0.3.14
2026-07-26T22:26:04.1363418Z    Compiling termios v0.2.2
2026-07-26T22:26:04.1908599Z    Compiling simple-dns v0.9.3
2026-07-26T22:26:04.2152778Z    Compiling aho-corasick v1.1.4
2026-07-26T22:26:04.2410223Z    Compiling constant_time_eq v0.4.2
2026-07-26T22:26:04.3220481Z    Compiling smol_str v0.1.24
2026-07-26T22:26:04.3332857Z    Compiling winnow v0.7.15
2026-07-26T22:26:04.4504966Z    Compiling arrayref v0.3.9
2026-07-26T22:26:04.4796887Z    Compiling sha1_smol v1.0.1
2026-07-26T22:26:04.5085800Z    Compiling toml_write v0.1.2
2026-07-26T22:26:04.5173902Z    Compiling regex-syntax v0.8.10
2026-07-26T22:26:04.5175443Z    Compiling resolv-conf v0.7.6
2026-07-26T22:26:04.5369478Z    Compiling simdutf8 v0.1.5
2026-07-26T22:26:04.5590950Z    Compiling signal-hook v0.3.18
2026-07-26T22:26:04.7614998Z    Compiling linux-raw-sys v0.12.1
2026-07-26T22:26:04.8170796Z    Compiling serial-unix v0.4.0
2026-07-26T22:26:04.8707906Z    Compiling signal-hook-registry v1.4.8
2026-07-26T22:26:04.8899629Z    Compiling serde_derive v1.0.228
2026-07-26T22:26:05.0169293Z    Compiling zeroize_derive v1.4.3
2026-07-26T22:26:05.0330895Z    Compiling tokio-macros v2.7.0
2026-07-26T22:26:05.2509624Z    Compiling futures-macro v0.3.32
2026-07-26T22:26:05.2670869Z    Compiling zerofrom-derive v0.1.7
2026-07-26T22:26:05.5145086Z    Compiling yoke-derive v0.8.2
2026-07-26T22:26:05.6710858Z    Compiling zeroize v1.8.2
2026-07-26T22:26:05.8127148Z    Compiling tokio v1.52.3
2026-07-26T22:26:05.8533847Z    Compiling zerovec-derive v0.11.3
2026-07-26T22:26:06.1577342Z    Compiling futures-util v0.3.32
2026-07-26T22:26:06.5141428Z    Compiling displaydoc v0.2.6
2026-07-26T22:26:06.6093633Z    Compiling tracing-attributes v0.1.31
2026-07-26T22:26:06.7397864Z    Compiling zerofrom v0.1.8
2026-07-26T22:26:06.8830480Z    Compiling rustls-pki-types v1.14.1
2026-07-26T22:26:06.8900661Z    Compiling yoke v0.8.3
2026-07-26T22:26:06.9840759Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-26T22:26:07.0640680Z    Compiling thiserror-impl v2.0.18
2026-07-26T22:26:07.4611630Z    Compiling zerotrie v0.2.4
2026-07-26T22:26:07.4898047Z    Compiling zerovec v0.11.6
2026-07-26T22:26:07.6380047Z    Compiling darling_macro v0.20.11
2026-07-26T22:26:07.6688063Z    Compiling derive_more-impl v2.1.1
2026-07-26T22:26:07.8575065Z    Compiling spez v0.1.2
2026-07-26T22:26:07.9850730Z    Compiling darling v0.20.11
2026-07-26T22:26:08.0456434Z    Compiling derive_builder_core v0.20.2
2026-07-26T22:26:08.0579302Z    Compiling n0-error-macros v0.1.3
2026-07-26T22:26:08.3364129Z    Compiling tinystr v0.8.3
2026-07-26T22:26:08.3819462Z    Compiling potential_utf v0.1.5
2026-07-26T22:26:08.5350883Z    Compiling icu_collections v2.2.0
2026-07-26T22:26:08.5699499Z    Compiling icu_locale_core v2.2.0
2026-07-26T22:26:09.0060353Z    Compiling der v0.8.0-rc.10
2026-07-26T22:26:09.0421515Z    Compiling pin-project-internal v1.1.13
2026-07-26T22:26:09.2670590Z    Compiling n0-error v0.1.3
2026-07-26T22:26:09.4150833Z    Compiling cobs v0.3.0
2026-07-26T22:26:09.4693037Z    Compiling derive_builder_macro v0.20.2
2026-07-26T22:26:09.6498695Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-26T22:26:09.7639353Z    Compiling ed25519-dalek v2.2.0
2026-07-26T22:26:09.8627783Z    Compiling derive_builder v0.20.2
2026-07-26T22:26:10.1201266Z    Compiling futures-executor v0.3.32
2026-07-26T22:26:10.1940435Z    Compiling icu_provider v2.2.0
2026-07-26T22:26:10.4119569Z    Compiling ipnet v2.12.0
2026-07-26T22:26:10.5320416Z    Compiling futures v0.3.32
2026-07-26T22:26:10.6502185Z    Compiling icu_properties v2.2.0
2026-07-26T22:26:10.6660976Z    Compiling icu_normalizer v2.2.0
2026-07-26T22:26:10.6941335Z    Compiling pin-project v1.1.13
2026-07-26T22:26:10.7712033Z    Compiling spt-proto v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-26T22:26:11.0132963Z    Compiling spki v0.8.0-rc.4
2026-07-26T22:26:11.2820865Z    Compiling once_cell v1.21.4
2026-07-26T22:26:11.2905737Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-26T22:26:11.3710652Z    Compiling prefix-trie v0.8.4
2026-07-26T22:26:11.3812546Z    Compiling postcard-derive v0.2.2
2026-07-26T22:26:11.4960312Z    Compiling tracing-core v0.1.36
2026-07-26T22:26:11.7330081Z    Compiling hashbrown v0.14.5
2026-07-26T22:26:11.7376634Z    Compiling ed25519 v3.0.0-rc.4
2026-07-26T22:26:11.7723739Z    Compiling data-encoding-macro v0.1.20
2026-07-26T22:26:11.8330362Z    Compiling rustls-native-certs v0.8.4
2026-07-26T22:26:11.9566614Z    Compiling postcard v1.1.3
2026-07-26T22:26:12.2600729Z    Compiling tracing v0.1.44
2026-07-26T22:26:12.2761490Z    Compiling idna_adapter v1.2.2
2026-07-26T22:26:12.2862268Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-26T22:26:12.3540909Z    Compiling enum-assoc v1.3.0
2026-07-26T22:26:12.3807128Z    Compiling idna v1.1.0
2026-07-26T22:26:12.4397523Z    Compiling tokio-util v0.7.18
2026-07-26T22:26:12.5687149Z    Compiling hashlink v0.9.1
2026-07-26T22:26:12.6114551Z    Compiling netlink-sys v0.8.8
2026-07-26T22:26:12.6204961Z    Compiling tower v0.5.3
2026-07-26T22:26:12.7081555Z    Compiling iroh-metrics-derive v0.4.1
2026-07-26T22:26:12.7132351Z    Compiling strum_macros v0.28.0
2026-07-26T22:26:12.8726268Z    Compiling url v2.5.8
2026-07-26T22:26:12.9561660Z    Compiling async-trait v0.1.89
2026-07-26T22:26:12.9653562Z    Compiling derive_more v2.1.1
2026-07-26T22:26:12.9901112Z    Compiling num_enum_derive v0.7.6
2026-07-26T22:26:13.0283390Z    Compiling rusqlite v0.32.1
2026-07-26T22:26:13.1551490Z    Compiling netdev v0.42.0
2026-07-26T22:26:13.1927640Z    Compiling netlink-proto v0.12.0
2026-07-26T22:26:13.2360402Z    Compiling iroh-relay v0.98.0
2026-07-26T22:26:13.2437252Z    Compiling iroh-metrics v0.38.3
2026-07-26T22:26:13.3510767Z    Compiling moka v0.12.15
2026-07-26T22:26:13.4271194Z    Compiling serde_spanned v0.6.9
2026-07-26T22:26:13.5063666Z    Compiling toml_datetime v0.6.11
2026-07-26T22:26:13.5310672Z    Compiling thiserror-impl v1.0.69
2026-07-26T22:26:13.5590315Z    Compiling ref-cast-impl v1.0.25
2026-07-26T22:26:13.6648549Z    Compiling h2 v0.4.14
2026-07-26T22:26:14.0730819Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-26T22:26:14.2187779Z    Compiling n0-watcher v0.6.1
2026-07-26T22:26:14.2250463Z    Compiling tower-http v0.6.11
2026-07-26T22:26:14.3277808Z    Compiling num_enum v0.7.6
2026-07-26T22:26:14.4360194Z    Compiling attohttpc v0.30.1
2026-07-26T22:26:14.4571090Z    Compiling spt-store v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-26T22:26:14.4861020Z    Compiling iroh-base v0.98.0
2026-07-26T22:26:14.5444322Z    Compiling tokio-stream v0.1.18
2026-07-26T22:26:14.8500402Z    Compiling toml_edit v0.22.27
2026-07-26T22:26:14.8910001Z    Compiling webpki-roots v1.0.7
2026-07-26T22:26:14.9470464Z    Compiling regex-automata v0.4.14
2026-07-26T22:26:15.2390527Z    Compiling schemars_derive v1.2.1
2026-07-26T22:26:15.2430213Z    Compiling lru v0.16.4
2026-07-26T22:26:15.3170934Z    Compiling darling_core v0.23.0
2026-07-26T22:26:15.3239338Z    Compiling serde_bytes v0.11.19
2026-07-26T22:26:15.4150495Z    Compiling hmac v0.12.1
2026-07-26T22:26:15.6010686Z    Compiling seize v0.5.1
2026-07-26T22:26:15.6315587Z    Compiling iroh v0.98.2
2026-07-26T22:26:15.6432761Z    Compiling pin-utils v0.1.0
2026-07-26T22:26:15.6528304Z    Compiling strum v0.28.0
2026-07-26T22:26:15.6981032Z    Compiling rustix v0.38.44
2026-07-26T22:26:15.7702869Z    Compiling iroh-dns v0.98.0
2026-07-26T22:26:15.9750541Z    Compiling bitflags v1.3.2
2026-07-26T22:26:16.0490282Z    Compiling dyn-clone v1.0.20
2026-07-26T22:26:16.0690429Z    Compiling cmov v0.5.4
2026-07-26T22:26:16.1576804Z    Compiling nix v0.25.1
2026-07-26T22:26:16.2240689Z    Compiling papaya v0.2.4
2026-07-26T22:26:16.3104366Z    Compiling ctutils v0.4.2
2026-07-26T22:26:16.3440635Z    Compiling hkdf v0.12.4
2026-07-26T22:26:16.4120421Z    Compiling filedescriptor v0.8.3
2026-07-26T22:26:16.4577883Z    Compiling backon v1.6.0
2026-07-26T22:26:16.6445776Z    Compiling serial v0.4.0
2026-07-26T22:26:16.6964900Z    Compiling anstyle-parse v1.0.0
2026-07-26T22:26:16.7311244Z    Compiling vte_generate_state_changes v0.1.2
2026-07-26T22:26:16.7521088Z    Compiling downcast-rs v1.2.1
2026-07-26T22:26:16.7849334Z    Compiling anstyle-query v1.1.5
2026-07-26T22:26:16.8330449Z    Compiling instability v0.3.12
2026-07-26T22:26:16.8956573Z    Compiling foldhash v0.1.5
2026-07-26T22:26:16.9106811Z    Compiling shell-words v1.1.1
2026-07-26T22:26:17.0531337Z    Compiling unicode-width v0.2.0
2026-07-26T22:26:17.0557792Z    Compiling colorchoice v1.0.5
2026-07-26T22:26:17.0892915Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-26T22:26:17.1066284Z    Compiling linux-raw-sys v0.4.15
2026-07-26T22:26:17.1158256Z    Compiling anstyle v1.0.14
2026-07-26T22:26:17.1561025Z    Compiling is_terminal_polyfill v1.70.2
2026-07-26T22:26:17.2551208Z    Compiling vte v0.13.1
2026-07-26T22:26:17.3190674Z    Compiling schemars v1.2.1
2026-07-26T22:26:17.3540924Z    Compiling anstream v1.0.0
2026-07-26T22:26:17.4160516Z    Compiling hashbrown v0.15.5
2026-07-26T22:26:17.6410828Z    Compiling toml v0.8.23
2026-07-26T22:26:18.2870370Z    Compiling regex v1.12.3
2026-07-26T22:26:18.4680252Z    Compiling spt-msg v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-26T22:26:18.6874647Z    Compiling terminal_size v0.4.4
2026-07-26T22:26:18.8041236Z    Compiling spt-runtime v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-26T22:26:18.9110859Z    Compiling signal-hook-mio v0.2.5
2026-07-26T22:26:18.9672202Z    Compiling spake2 v0.4.0
2026-07-26T22:26:19.0417943Z    Compiling strum_macros v0.26.4
2026-07-26T22:26:19.1665318Z    Compiling sha1 v0.10.6
2026-07-26T22:26:19.3300766Z    Compiling itertools v0.13.0
2026-07-26T22:26:19.4044822Z    Compiling darling_macro v0.23.0
2026-07-26T22:26:19.4151024Z    Compiling castaway v0.2.4
2026-07-26T22:26:19.4562067Z    Compiling hyper v1.10.1
2026-07-26T22:26:19.5563814Z    Compiling static_assertions v1.1.0
2026-07-26T22:26:19.6252023Z    Compiling doctest-file v1.1.1
2026-07-26T22:26:19.7426781Z    Compiling darling v0.23.0
2026-07-26T22:26:19.8393382Z    Compiling indoc v2.0.7
2026-07-26T22:26:19.8521071Z    Compiling unicode-width v0.1.14
2026-07-26T22:26:19.8539196Z    Compiling clap_lex v1.1.0
2026-07-26T22:26:20.1055858Z    Compiling clap_builder v4.6.0
2026-07-26T22:26:20.1404928Z    Compiling compact_str v0.8.2
2026-07-26T22:26:20.2085052Z    Compiling interprocess v2.4.2
2026-07-26T22:26:20.2361008Z    Compiling crossterm v0.28.1
2026-07-26T22:26:20.4908748Z    Compiling lru v0.12.5
2026-07-26T22:26:20.6425869Z    Compiling portable-pty v0.8.1
2026-07-26T22:26:21.0742829Z    Compiling clap_derive v4.6.1
2026-07-26T22:26:21.1131169Z    Compiling spt-term v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-26T22:26:21.2070185Z    Compiling iana-time-zone v0.1.65
2026-07-26T22:26:21.5259230Z    Compiling cassowary v0.3.0
2026-07-26T22:26:21.5841546Z    Compiling unicode-truncate v1.1.0
2026-07-26T22:26:21.6603218Z    Compiling hyper-util v0.1.20
2026-07-26T22:26:21.7312764Z    Compiling chrono v0.4.45
2026-07-26T22:26:21.7960870Z    Compiling strum v0.26.3
2026-07-26T22:26:21.8150389Z    Compiling nucleo-matcher v0.3.1
2026-07-26T22:26:21.9237604Z    Compiling ratatui v0.29.0
2026-07-26T22:26:21.9680856Z    Compiling qrcode v0.14.1
2026-07-26T22:26:21.9758391Z    Compiling tempfile v3.27.0
2026-07-26T22:26:22.4860337Z    Compiling spt-live v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-26T22:26:23.3702858Z    Compiling clap v4.6.1
2026-07-26T22:26:23.7871042Z    Compiling igd-next v0.17.1
2026-07-26T22:26:24.9243052Z    Compiling portmapper v0.16.0
2026-07-26T22:26:30.9244032Z    Compiling rustls-webpki v0.103.13
2026-07-26T22:26:33.3449872Z    Compiling tokio-rustls v0.26.4
2026-07-26T22:26:33.3450424Z    Compiling noq-proto v0.17.0
2026-07-26T22:26:33.3450768Z    Compiling rustls-platform-verifier v0.7.0
2026-07-26T22:26:33.5020753Z    Compiling hickory-net v0.26.0-beta.4
2026-07-26T22:26:33.5021320Z    Compiling hyper-rustls v0.27.9
2026-07-26T22:26:33.5023189Z    Compiling tokio-websockets v0.13.2
2026-07-26T22:26:33.6381457Z    Compiling reqwest v0.13.4
2026-07-26T22:26:34.5348801Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-26T22:26:48.6270487Z    Compiling spt-net v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-26T22:26:50.1588047Z    Compiling spt-daemon v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-26T22:26:59.8809329Z    Compiling spt v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-26T22:27:04.9342770Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-26T22:27:04.9562472Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-0764f7c01e9cae27)
2026-07-26T22:27:04.9575633Z 
2026-07-26T22:27:04.9575866Z running 1 test
2026-07-26T22:27:11.1473894Z test new_brain_serves_against_old_broker ... ok
2026-07-26T22:27:11.1474209Z 
2026-07-26T22:27:11.1474615Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-26T22:27:11.1475015Z 
